home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / MAINACT / DATA1.CAB / Script_Files / pullexam.rex < prev    next >
OS/2 REXX Batch file  |  1998-05-04  |  724b  |  14 lines

  1. /**************************************************************
  2.  *                                                            *
  3.  *                   MainActor Rexx Script                    *
  4.  *                                                            *
  5.  *  Demonstrates how to use the Rexx pull command to request  *
  6.  *  input from the user                                       *
  7.  *                                                            *
  8.  *  Last modified: 09/15/97, Written by: Markus Moenig        *
  9.  *                                                            *
  10.  **************************************************************/
  11.  
  12.   say "Please enter something..."
  13.   pull var
  14.   say "You entered:" var